'宣言 Public Class MapOwnedCollectionEditor(Of TColl As {Class, IMapOwnedCloneable, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged}) Inherits System.ComponentModel.Design.CollectionEditor
'使用法 Dim instance As MapOwnedCollectionEditor(Of TColl)
public class MapOwnedCollectionEditor<TColl> : System.ComponentModel.Design.CollectionEditor where TColl: class, IMapOwnedCloneable, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged